Markup definition
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
name | string | Optional. Name of the markup definition | |
regex | one of: - string - array of string | Optional. Regular expressions to match the markup type. | |
batchMatches | boolean | Optional. If true , all matches are combined into a single string. | false |
actions | one of: - string - array of one of: string, object(step) | Optional. Actions to perform when the markup type is detected. |
Examples
{
"name": "example",
"batchMatches": false,
"actions": "checkLink"
}